unit testing

英 [ˈjuːnɪt ˈtestɪŋ] 美 [ˈjuːnɪt ˈtestɪŋ]

网络  单元测验; 单元测试; 部件测试; 单位测试; 单体测试

计算机



双语例句

  1. You should be familiar with refactoring and normal unit testing as well.
    您还应该熟悉重构和常规的单元测试。
  2. You can also handle expected exceptions using the constructs available to you in unit testing frameworks such as JUnit.
    您还可以使用JUnit这样的单元测试框架中可用的构件来处理预期的异常。
  3. Server tools for WebSphere Application Server, such as debugging and unit testing support.
    用于WebSphereApplicationServer的服务器工具,如调试和单元测试支持。
  4. RUP's testing recommendations comprise unit testing, integration testing, system testing, and pilot testing.
    RUP的测试建议由单元测试、整合测试、系统测试和试点测试组成。
  5. RUP acknowledges four levels of testing: unit testing, integration testing, system testing, and acceptance testing.
    RUP确定了四级测试:单元测试、集成测试、系统测试和验收测试。
  6. Each of these has a set of features that support effective unit testing.
    其中每一个都有一组特性支持有效的单元测试。
  7. Unit testing each component in isolation significantly reduces bugs and helps to ensure high-quality software.
    有效地对每个组件进行独立的单元测试可以减少错误,并有助于确保高质量的软件。
  8. Test coverage measurement tools are a fantastic addition to the unit testing paradigm.
    对单元测试范例而言,测试覆盖度量工具是一个有点奇怪的组成部分。
  9. Wicket support for unit testing is based on extending the JUnit framework.
    Wicket对单元测试的支持基于的是对JUnit框架的扩展。
  10. For example, Table 1 list methods of software unit testing that are recommended by ISO 26262-6.
    举例来说,表1列出了ISO26262-6推荐的软件单元测试方法。
  11. I introduce unit testing to my students early in the software engineering course.
    在早期的软件工程课程中我向我的学生们介绍过单元测试。
  12. This component aids in unit testing components with standard values.
    该组件可以帮助使用标准值对组件进行单元测试。
  13. Wicket supports out-of-container unit testing through the use of a built-in mock object framework.
    Wicket通过使用内置的模仿对象框架提供对容器外单元测试的支持。
  14. Additionally, it supports transaction management, unit testing, batch processing, and security.
    另外,它支持事务处理、单元测试、批处理和安全性。
  15. Developers like the easy interfaces and XML-based configuration that accelerate J2EE development time and ease unit testing.
    开发人员喜欢使用易用的接口和基于XML的配置加速J2EE开发和轻松地进行单元测试。
  16. The chapter on testing in Martin Fowler's "Refactoring" provides a good introduction to unit testing.
    MartinFowler的“重构”中关于测试的章节很好地介绍了单元测试。
  17. Unit testing: Number of tests planned, executed, passed, and failed to determine progress.
    执行。通过和失败的测试数量以确定进度。
  18. Authors: Unit testing is, as the name implies, for testing one unit at a time.
    作者:顾名思义,单元测试就在一个时间内对一个单元进行测试。
  19. This also makes for easier unit testing by the way.
    顺便说一下,这也使得单元测试更加容易。
  20. Study and application of the unit testing technique based on logic coverage analysis
    基于逻辑覆盖率分析的弹上软件单元测试技术研究与应用
  21. Responsible for unit testing and system QA and documentation.
    负责进行单元测试,系统质量保证以及编写文档。
  22. As I said, this is useful even if you do not use any Unit Testing.
    正如我所说,这是有益的,即使你不使用任何单元测试。
  23. For example, daily deployment practice requires unit testing, configuration management and continuous build.
    比如,每日部署实践需要单元测试、配置管理和持续构建的支持。
  24. How can you implement unit testing when there are dependencies between a business layer and a data layer?
    如果业务层和数据层之间有依赖关系,你该怎么写单元测试?
  25. Besides incremental improvements on the Grid and unit testing support, we also have some big new features planned.
    除了在Grid和单元测试方面的改进外,我们还规划了一些重大的新特性。
  26. Similarly TDD practice requires a unit testing tool and a refactoring tool.
    TDD实践也需要单元测试工具和重构工具的配合。
  27. This is a good example of when unit testing can really outperform system integration testing.
    这是单元测试能够胜过系统集成测试的一个很好的例子。
  28. The new test runner will work with all third party unit testing frameworks including xUnit and NUnit.
    新的测试运行器(testrunner)支持所有第三方的单元测试框架,包括xUnit和NUnit。
  29. As a useful side-effect, it also provides us with unit testing and documentation of our code.
    作为一个有用的副作用,它还能为我们带来代码的单元测试和说明文档。